Login Component Properties

Description

Covers component names, login properties, change password, lost info

The original Login Component is a legacy component. We strongly recommend using the Login UX Component instead to create a Login form. The SecurityFramework-LoginComponent UX template can also be used as a replacement for the Legacy Login Component.

The Legacy Login Component is not available in Alpha Anywhere Community Edition.

  • Component Name

    The name of the stored component.

    tmpl.ComponentName as C
  • Layout Options > Show Options

    Defines how to present the Change Password control. Options include:

    • "No Links"

    • "Show as Links"

    • "Show as Buttons"

    • tmpl.login.link_type as C

Login Properties

  • Layout Options > Style Name

    The Cascading Style Sheet applied to the Login dialog.

    tmpl.login.style_name as C
  • Messages > Login Information Missing

    The message to show if some or all required login information is missing.

    tmpl.MsgIncomplete as C
  • Messages > Login Failed

    The message to show if a login fails.

    tmpl.MsgFailed as C
  • Messages > User ID Required

    The message to show if the user did not enter a User ID and selected to change his or her password.

    tmpl.MsgUserIdRequired as C
  • Messages > User ID Validation Error Message

    The message to display if the user ID does not match the validation requirements. This will override any message defined in the Security Settings dialog. Leave this message blank to use the message defined in the Security Settings dialog.

    tmpl.MsgUserIdFormatError as C
  • Messages > Password Validation Error Message

    The message to display if the password does not match the validation requirements. This will override any message defined in the Security Settings dialog. Leave this message blank to use the message defined in the Security Settings dialog.

    tmpl.MsgPasswordFormatError as C
  • Messages > Password Expired

    The message to display if the user's password has expired.

    tmpl.MsgPasswordExpired as C
  • Messages > Locked Out - Exceeded Allowed Attempts

    The message to display if the user is locked out because of too many failed login attempts. This will override any message defined in the Security Settings dialog. Leave this message blank to use the message defined in the Security Settings dialog.

    tmpl.MsgLockedOut as C
  • Messages > Undefined Error

    The message to display if any undefined error occurs.

    tmpl.MsgUnknownError as C

Change Password

Lost Info

Limitations

Web publishing applications only.

See Also